ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / NullableObjectConverter<T> Class / ConvertTo Method

In This Topic
    ConvertTo Method
    In This Topic
    Convert to a given type.
    Syntax
    'Declaration
     
    
    Public Overrides Function ConvertTo( _
       ByVal context As ITypeDescriptorContext, _
       ByVal culture As CultureInfo, _
       ByVal value As Object, _
       ByVal destinationType As Type _
    ) As Object
    public override object ConvertTo( 
       ITypeDescriptorContext context,
       CultureInfo culture,
       object value,
       Type destinationType
    )

    Parameters

    context
    culture
    value
    destinationType
    See Also